Welcome![Sign In][Sign Up]
Location:
Search - opengl lesson

Search list

[OpenGL programlesson37

Description: 基于OpenGL的图形程序-OpenGL-based graphics program
Platform: | Size: 54272 | Author: 呵呵 | Hits:

[OpenGL programlesson34

Description: 基于OpenGL的图形程序-OpenGL-based graphics program
Platform: | Size: 159744 | Author: 呵呵 | Hits:

[OpenGL programLesson11-20

Description: 著名的Nehe的OpenGL教程的VC++配套源码11-20课,适合OpenGL初学者使用,作者在他的程序中已详加注释-This is NeHe OpenGL Tourial source code from 1 to 10 with mach comment!
Platform: | Size: 679936 | Author: 陈思嘉 | Hits:

[OpenGL programLesson31-40

Description: 著名的Nehe的OpenGL教程VC++配套源码31-40课,适合OpenGL初学者使用,作者在他的程序中已详加注释-famous Nehe OpenGL tutorial source VC matching 31-40 class, suitable for beginners to use OpenGL, the author of the procedures he has been careful Notes
Platform: | Size: 1543168 | Author: 陈思嘉 | Hits:

[OpenGL programLesson21-30

Description: 著名的Nehe的OpenGL教程VC++配套源码21-30课,适合OpenGL初学者使用,作者在他的程序中已详加注释-This is NeHe OpenGL Tourial source code from lesson 21 to 30 with many comment!
Platform: | Size: 1329152 | Author: 陈思嘉 | Hits:

[OpenGL programLesson41-48

Description: 著名的Nehe的OpenGL教程VC++配套源码41-48课,适合OpenGL初学者使用,作者在他的程序中已详加注释-This is NeHe OpenGL Tourial source code from 1 to 10 with mach comment!
Platform: | Size: 1251328 | Author: 陈思嘉 | Hits:

[OpenGL programlesson08-blending

Description: 在vc环境下的opengl的设计,是本人在学习opengl时觉得很有用的一套源码程序,分8课相信对opengl的初学者是很有帮助的.-in vc opengl context of the design, is learning opengl I think that when a very useful source procedures, 8 pm lesson believe opengl beginners is very helpful.
Platform: | Size: 77824 | Author: jl | Hits:

[OpenGL programTLesson10

Description: OpenGL教学,三维图形绘制 ,一个很好的例子-teaching OpenGL and 3D graphics rendering, a very good example
Platform: | Size: 89088 | Author: scl | Hits:

[OpenGL programOpenGLLesson1

Description: 学习利用OpenGL编写程序的基本框架 第一课-learning OpenGL prepare the basic framework for the first lesson
Platform: | Size: 137216 | Author: zhangwei | Hits:

[OpenGL programOOWin32

Description: NeHe SDK是把Nehe的教程中所介绍的所有功能,以面向对象的形式,提供给编程人员快速开发的一套编程接口。在下面的教程中,我将按NeHe SDK源码的功能分类,一步一步把这套api介绍给大家。如果你觉得有更好的学习方法,或者有其他有益的建议,请联系我。zhouwei02@mails.tsinghua.edu.cn,zhouwei506@mails.gucas.ac.cn 我在第四课的基础上,把公共的功能提取出来,并删除了特定的绘制函数,就完成了这个空白的程序框架,它可以使用基本的OpenGL绘制命令,并提供视口,文本,纹理类的接口,实用他们可以快速创建你想要的效果。 这个框架分为两个部分,启用main.cpp文件完成创建窗口,提供必需的全局变量和执行程序循环等固定的功能。在以后的演示程序中一般不在改变。draw.cpp文件完成具体的绘制操作,它随你的应用而变化。 main.cpp的所有功能在前面的课程中都详细讲解过,这里只是把整个程序结构在说明一下,让你有一个清晰的认识。下面是它的七大结构 头文件和全局变量 Windows主函数 根据用户设置配置OpenGL的窗口 创建OpenGL运行的窗口,并返回窗口的句柄 设置绘制字体的参数 程序循环 退出程序 我们一一介绍如下:-Retrieved SDK is Nehe curricula introduced in all functions to the object-oriented form, available to the programmers a rapid development of the programming interface. In the following tutorial, I will be Retrieved SDK source of functional classification, step by step to bring this api introducing to you. If you think you have a better method of study, or for some other useful suggestions, please contact me. Zhouwei02@mails.tsinghua.edu.cn. I zhouwei506@mails.gucas.ac.cn in the fourth lesson on the basis of public function extracted, and the deletion of specific mapping function, it was completed in the blank procedural framework, It can use the OpenGL rendering basic order and inspection mouth, text, and texture type of interface, Practical fast they can create the effect you want. The fr
Platform: | Size: 64512 | Author: zw | Hits:

[OpenGL programlesson04_bcb6

Description: 学习opengl的很好例子,主要是rotation在bcb中如何实现,很不错。-learning opengl a good example, the rotation is mainly how to achieve bcb, is pretty good.
Platform: | Size: 92160 | Author: 大大 | Hits:

[OpenGL programlesson01_bcb6

Description: 应用cb学习OPENgl编程,这是例子1-Cb learning OPENGL application programming, this is one example of
Platform: | Size: 91136 | Author: 成城 | Hits:

[OpenGL programlesson03_bcb6

Description: 应用cb学习OPENgl编程,这是例子3-Cb learning OPENGL application programming, this is the example of 3
Platform: | Size: 92160 | Author: 成城 | Hits:

[OpenGL programlesson05_bcb6

Description: 应用cb学习OPENgl编程,这是例子5-Cb learning OPENGL application programming, this is the example of 5
Platform: | Size: 92160 | Author: 成城 | Hits:

[OpenGL programlesson06_bcb6

Description: 应用cb学习OPENgl编程,这是例子6-Cb learning OPENGL application programming, this is the example of 6
Platform: | Size: 198656 | Author: 成城 | Hits:

[OpenGL programtest07

Description: In this tutorial I ll teach you how to use three different texture filters. I ll teach you how to move an object using keys on the keyboard, and I ll also teach you how to apply simple lighting to your OpenGL scene. Lots covered in this tutorial, so if the previous tutorials are giving you problems, go back and review. It s important to have a good understanding of the basics before you jump into the following code. We re going to be modifying the code from lesson one again. As usual, if there are any major changes, I will write out the entire section of code that has been modified. We ll start off by adding a few new variables to the program. -In this tutorial I ll teach you how to use three different texture filters. I ll teach you how to move an object using keys on the keyboard, and I ll also teach you how to apply simple lighting to your OpenGL scene. Lots covered in this tutorial, so if the previous tutorials are giving you problems, go back and review. It s important to have a good understanding of the basics before you jump into the following code. We re going to be modifying the code from lesson one again. As usual, if there are any major changes, I will write out the entire section of code that has been modified. We ll start off by adding a few new variables to the program.
Platform: | Size: 1345536 | Author: mwb | Hits:

[OpenGL programtest9

Description: Welcome to Tutorial 9. By now you should have a very good understanding of OpenGL. You ve learned everything from setting up an OpenGL Window, to texture mapping a spinning object while using lighting and blending. This will be the first semi-advanced tutorial. You ll learn the following: Moving bitmaps around the screen in 3D, removing the black pixels around the bitmap (using blending), adding color to a black & white texture and finally you ll learn how to create fancy colors and simple animation by mixing different colored textures together. We ll be modifying the code from lesson one for this tutorial. We ll start off by adding a few new variables to the beginning of the program. I ll rewrite the entire section of code so it s easier to see where the changes are being made. -Welcome to Tutorial 9. By now you should have a very good understanding of OpenGL. You ve learned everything from setting up an OpenGL Window, to texture mapping a spinning object while using lighting and blending. This will be the first semi-advanced tutorial. You ll learn the following: Moving bitmaps around the screen in 3D, removing the black pixels around the bitmap (using blending), adding color to a black
Platform: | Size: 1304576 | Author: mwb | Hits:

[Windows DevelopLesson10

Description: 3D世界,它带有空间的六自由度和花哨的效果如镜像、入口、扭曲等等,当然还要有更快的帧显示速度。这一课就要解释一个基本的3D世界"结构",以及如何在这个世界里游走。 -3D world, it is a space of six degrees of freedom and fancy effects such as mirror, importers, distort and so on, of course you need a faster frame display speed. This lesson will have to explain a basic 3D world structure , and how to walk in this world.
Platform: | Size: 140288 | Author: ff | Hits:

[OpenGL programlesson21_bcb6

Description: opengl互动游戏功能较为复杂 基于MFC的-an opengl do with the rubik Cube, a map, lamp, for MFC-opengl more complex features interactive games based on MFC the-an opengl do with the rubik Cube, a map, lamp, for MFC
Platform: | Size: 310272 | Author: 纪朋飞 | Hits:

[Special Effectsjsjtuxingxue

Description: 计算机图形学课程设计的相关内容和代码 OpenGL教程和计算机图形学教案-Computer graphics related to the content of the curriculum design and code OpenGL tutorials and computer graphics lesson plans
Platform: | Size: 3077120 | Author: lazyl | Hits:
« 1 23 4 5 6 7 8 »

CodeBus www.codebus.net